home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Gamer (Italian) 42
/
PC Gamer IT CD 42 2-2.iso
/
utility
/
easycd
/
EasyCD.exe
/
0
/
RCDATA
/
TCDDBF
/
TCDDBF.txt
Wrap
Text File
|
1999-03-07
|
1KB
|
62 lines
object CDDBF: TCDDBF
Left = 263
Top = 208
BorderStyle = bsDialog
Caption = 'CDDB'
ClientHeight = 59
ClientWidth = 249
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
OldCreateOrder = False
Position = poDesktopCenter
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Button3: TButton
Left = 88
Top = 32
Width = 75
Height = 23
Caption = 'Close'
TabOrder = 0
OnClick = Button3Click
end
object STInfo: TStaticText
Left = 8
Top = 8
Width = 233
Height = 17
AutoSize = False
BorderStyle = sbsSunken
TabOrder = 1
end
object CDDBClientSocket: TBasicClientSocket
Port = '8880'
Protocol = 'tcp'
TimeOut = 0
OnInfo = CDDBClientSocketInfo
OnConnect = CDDBClientSocketConnect
OnDisconnect = CDDBClientSocketDisconnect
Left = 200
Top = 32
end
object TimerFirst: TTimer
Enabled = False
Interval = 1
OnTimer = TimerFirstTimer
Left = 16
Top = 32
end
object TopMost1: TTopMost
Left = 48
Top = 32
end
end